projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a0426
)
* lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.
author
Glenn Morris
<rgm@gnu.org>
Fri, 13 Sep 2013 07:07:07 +0000
(
00:07
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 13 Sep 2013 07:07:07 +0000
(
00:07
-0700)
Otherwise an error occurs if eshell-dirs module not loaded.
lisp/ChangeLog
patch
|
blob
|
history
lisp/eshell/em-prompt.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index a05bdb99e260f6d5b128c4e7ffa1ac912719bc84..74f791837e2398536c2ab44eaee27787e6c5ca71 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2013-09-13 Glenn Morris <rgm@gnu.org>
+ * eshell/em-prompt.el (eshell/pwd): Autoload it.
+ Otherwise an error occurs if eshell-dirs module not loaded.
+
* progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2013-09-13 Michael Albinus <michael.albinus@gmx.de>
diff --git
a/lisp/eshell/em-prompt.el
b/lisp/eshell/em-prompt.el
index 9b9c1095277850fedea1fbb7a9d73ee2cdfb3c04..e79c7d7ba63314f6c74db9f4b409a2148d28890d 100644
(file)
--- a/
lisp/eshell/em-prompt.el
+++ b/
lisp/eshell/em-prompt.el
@@
-45,6
+45,8
@@
as is common with most shells."
:type 'hook
:group 'eshell-prompt)
+(autoload 'eshell/pwd "em-dirs")
+
(defcustom eshell-prompt-function
(function
(lambda ()